Link to this headingWireguard
Intro to Wireguard
The missing Wireguard documentation
WireGuard topologies
WireGuard beyond basic configuration
Management:
- The easiest way to run WireGuard VPN + Web-based Admin UI.
- Firezone - User and device management
- WireHub - Decentralized VPN
- Adding clients without service restart
- WAG - WireGuard access gateway
Link to this headingSetup
Generate Keys:
# generate server keys
| |
# generate client keys
| |
Link to this headingExample Configs
Route to self and others on the internal network::
Route to self only::
Route to the whole internet::
Route to self and specific peer:
Link to this headingDirect Connect
Client Config:
Server Config:
#PostUp = iptables -A FORWARD -i %i -j ACCEPT; PostUp = iptables -A FORWARD -o %i -j ACCEPT;
#bk201
#Android
#Docker
#Windows
Link to this headingDirect Connect with local IP access
Link to this headingAs a Proxy
A Wireguard client that exposes itself as a SOCKS5 proxy or tunnels.
Link to this headingDebugging connection issues
Check interface status:
View detailed peer information:
Enable debug logging:
Monitor traffic: